home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Selling Home Card / background_2370.txt < prev    next >
Text File  |  1990-04-09  |  2KB  |  81 lines

  1. -- background: 2370 from stack: in
  2. -- bmap block id: 3098
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8. end openStack
  9.  
  10.  
  11. hide message box
  12. hide menuBar
  13.  
  14.  
  15.  
  16.  
  17. -- part 15 (button)
  18. -- low flags: 00
  19. -- high flags: A004
  20. -- rect: left=67 top=317 right=338 bottom=206
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Market Needs
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   show card field "Target"
  32.   put empty into card field "Target"
  33.   put "Moves to the beginning of the Market Needs stack." into card field "Target"
  34. end  mouseUp
  35.  
  36.  
  37.  
  38. -- part 16 (button)
  39. -- low flags: 00
  40. -- high flags: 0000
  41. -- rect: left=451 top=3 right=42 bottom=491
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 1004 / 1004
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: 
  50. ----- HyperTalk script -----
  51.  
  52. on mouseUp
  53.   show card field "Target"
  54.   put empty into card field "Target"
  55.   put card field "Glossary" into card field "Target"
  56. end  mouseUp
  57.  
  58.  
  59.  
  60. -- part 17 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=402 top=3 right=42 bottom=438
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 1008 / 1008
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: 
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   show card field "Target"
  75.   put empty into card field "Target"
  76.   put card field "Prints" into card field "Target"
  77. end  mouseUp
  78.  
  79.  
  80.  
  81.